home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt17.dir / 00031_Script_31 < prev    next >
Text File  |  1994-11-15  |  378b  |  19 lines

  1. global nowFrame, inFrame, ltQT
  2.  
  3. set nowFrame = "ltuso933009°°°"
  4. if nowFrame <> inFrame then
  5.   set the movieRate of sprite 15 to 1
  6.   when mouseUp then nothing
  7.   cursor -1
  8.   set the castNum of sprite 23 to 1048
  9.   updateStage
  10.   set inFrame = nowFrame
  11.   set ltQT = TRUE
  12. end if
  13.  
  14. if the movieRate of sprite 15 = 0 then
  15.   go to (the frame + 1)
  16. end if
  17.  
  18. play the frame
  19.